Skip to content

Opportunity token list

Description

Returns a list of tokens tracked by AI across multiple data dimensions that have upside potential in current market conditions.

Use cases:

  • Screen and query tokens with upside opportunity in current conditions
  • Help swing traders find tokens with upside potential
  • Identify potential upside opportunities in trend-following strategies

Tips:

  • Query this API when natural language input includes terms such as medium/long-term investing, bullish opportunity, bullish, or long bias
  • Query this API when natural language input includes upside opportunity or bullish tokens; label results as opportunity-monitor tokens

Data refresh: Updated every 5 minutes

Endpoint

  • Method: POST
  • Path: /open/v1/ai/getChanceCoinList

Points

  • Points per call: 6

Prerequisites

No prerequisites; you can call this API directly.

Request parameters

Parameters are sent in the request body as JSON.

No request parameters.

Response fields

Field structure for each object in the data array only:

FieldTypeActual serialized typeDescription
vsTokenIdlongstringToken ID
symbolstringstringToken symbol
pricenumberstringCurrent price (USD)
maxPricenumberstringHistorical high price (USD)
minPricenumberstringHistorical low price (USD)
percentChange1hnumberstring1-hour price change percentage
percentChange24hnumberstring24-hour price change percentage
percentChange7dnumberstring7-day price change percentage
percentChange30dnumberstring30-day price change percentage
percentChange60dnumberstring60-day price change percentage
percentChange90dnumberstring90-day price change percentage
costnumberstringMajor-player cost price (USD)
costChangenumberstringCost change rate
deviationnumberstringPrice deviation (%)
marketCapnumberstringMarket cap (USD)
marketCapRankingintegerintegerMarket cap rank
circulatingSupplynumberstringCirculating supply
circulationRatenumberstringCirculation rate (%)
activeintegerstring24h active addresses
newlyintegerstring24h new addresses
tradeTypeintegerintegerTrade type (1: spot, 2: futures, 3: delivery futures)
chanceCoinTradeDataV1VosarrayarrayTrade time data list
    timeRangestringstringTime range identifier (e.g. m15, H4)
    timeParticleEnumintegerintegerTime granularity enum value
    tradeInflownumberstringNet trade inflow amount (USD)
    tradeAmountnumberstringTotal trade amount (USD)
updateTimelonglongUpdate time (millisecond timestamp)
pushPricenumberstringEntry push price (USD)
pushMaxPricenumberstringHighest price after push (USD)
gainsnumbernumberUpside move after push (%)
pushMinPricenumberstringLowest price after push (USD)
declinesnumbernumberDrawdown after push (%)
scorenumbernumberAI composite score
scoreChangenumbernumberScore change
gradeintegerintegerOpportunity grade
alphabooleanbooleanAlpha signal flag
fomobooleanbooleanFOMO state flag
fomoEscalationbooleanbooleanFOMO escalation flag
bullishRationumbernumberBullish sentiment ratio
bearishRationumbernumberBearish sentiment ratio

Field semantics

The following fields require additional business context and calculation logic:

FieldBusiness meaningRange / calculationUsage suggestion
costMajor-player cost priceWeighted major-player holding cost from large tradesWhen current price is below cost, it may be a buying opportunity
deviationPrice deviation(Current price - major-player cost) / major-player cost * 100%Negative means below cost; positive means above cost
scoreAI composite scoreRange 0–100, composite of capital flow, technical indicators, etc.Score <= 45 or >= 80: watchlist tokens; 45 < score < 55: observe tokens; 55 < score < 80: opportunity tokens
gradeOpportunity gradeRange 1–3; 3 is highestHigher grade means higher risk
pushPriceEntry push pricePrice when the system first pushed this opportunity tokenUse to calculate upside/downside after entry
gainsUpside move after push(pushMaxPrice - pushPrice) / pushPrice * 100%Maximum upside after push
declinesDrawdown after push(pushPrice - pushMinPrice) / pushPrice * 100%Maximum drawdown after push
alphaAlpha signalBoolean; indicates excess return potentialPay more attention when true
fomoFOMO signalBoolean; indicates overheated market sentimentWhen true, watch chase risk
fomoEscalationFOMO escalationBoolean; FOMO state escalates furtherWhen true, risk increases significantly
active24h active addressesOn-chain addresses with trades in the past 24 hoursReflects market participation
newly24h new addressesAddresses that first held this token in the past 24 hoursReflects new capital inflow
bullishRatioBullish sentiment ratioRange 0–1, based on social analysisCloser to 1 indicates a more bullish market
bearishRatioBearish sentiment ratioRange 0–1, based on social analysisCloser to 1 indicates a more bearish market
tradeInflowNet trade inflowPositive means inflow; negative means outflowSustained positive values indicate accumulation

Enum reference

tradeType — trade type

ValueMeaning
1Spot
2Perpetual futures
3Delivery futures

timeParticleEnum — time granularity

ValueMeaning
55 minutes
1515 minutes
3030 minutes
1011 hour
1044 hours
12424 hours
2011 day
2077 days
23030 days

Request example

json
{}

cURL example (Linux/macOS)

bash
curl --location --request POST 'http://${host}/api/open/v1/ai/getChanceCoinList' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: xxxxx' \
--header 'X-TIMESTAMP: xxxxx' \
--header 'X-SIGN: xxxxx' \
--header 'Accept: */*' \
--data-raw '{}'

cURL example (Windows CMD)

cmd
curl --location --request POST "http://${host}/api/open/v1/ai/getChanceCoinList" ^
--header "Content-Type: application/json" ^
--header "X-API-KEY: xxxxx" ^
--header "X-TIMESTAMP: xxxxx" ^
--header "X-SIGN: xxxxx" ^
--header "Accept: */*" ^
--data-raw "{}"

Sample success response

json
{
    "code": 200,
    "message": "success",
    "data": [
        {
            "vsTokenId": "23335",                                // Token ID
            "symbol": "THE",                                      // Token symbol
            "price": "0.2792",                                    // Current price
            "maxPrice": "4.10318040169636",                       // Highest price
            "minPrice": "0.07220387483514598",                    // Lowest price
            "percentChange1h": "0.32799907",                      // 1-hour price change percentage
            "percentChange24h": "1.41729409",                     // 24-hour price change percentage
            "percentChange7d": "4.48765177",                      // 7-day price change percentage
            "percentChange30d": "7.90282167",                     // 30-day price change percentage
            "percentChange60d": "25.65261453",                    // 60-day price change percentage
            "percentChange90d": "56.36890614",                    // 90-day price change percentage
            "cost": "0.270901516998264831",                       // Cost price
            "costChange": "0.0625",                               // Cost change
            "deviation": "-1.418662",                             // Deviation
            "marketCap": "36026970.954971075",                    // Market cap
            "marketCapRanking": 312,                              // Market cap rank
            "circulatingSupply": "128932942.41721758",            // Circulating supply
            "circulationRate": "39.535394",                       // Circulation rate
            "active": "347",                                      // Active addresses
            "newly": "347",                                       // New addresses
            "tradeType": 1,                                       // Trade type (1: spot, 2: futures, 3: delivery futures)
            "chanceCoinTradeDataV1Vos": [
                {
                    "timeRange": "m15",                           // Time range
                    "timeParticleEnum": 15,                       // Time range enum value
                    "tradeInflow": "460.6252600000001",           // Net trade inflow amount
                    "tradeAmount": "3213.5094600000007"           // Trade amount
                },
                {
                    "timeRange": "m30",
                    "timeParticleEnum": 30,
                    "tradeInflow": "-338.09664999999995",
                    "tradeAmount": "4455.511570000001"
                },
                {
                    "timeRange": "H4",
                    "timeParticleEnum": 104,
                    "tradeInflow": "-5145.618659999999",
                    "tradeAmount": "37250.337159999995"
                }
                // ... more items omitted
            ],
            "updateTime": 1773016500000,                         // Update time
            "pushPrice": "0.2621",                                // Push price
            "pushMaxPrice": "0.2806",                             // Highest price after push
            "gains": 0.0,                                         // Upside move
            "pushMinPrice": "0.2587",                             // Lowest price after push
            "declines": 1.297215,                                 // Drawdown
            "score": 45.0,                                        // Current score
            "scoreChange": 10.0,                                  // Score change
            "grade": 2,                                           // Grade
            "alpha": false,                                       // Alpha flag
            "fomo": false,                                        // FOMO flag
            "fomoEscalation": false,                              // FOMO escalation flag
            "bullishRatio": 1.0,                                  // Bullish ratio
            "bearishRatio": 0.0                                   // Bearish ratio
        },
        {
            "vsTokenId": "1831",
            "symbol": "BCH",
            "price": "471.1",
            "maxPrice": "4355.6201171875",
            "minPrice": "75.0753135706",
            "percentChange1h": "-0.01774485",
            "percentChange24h": "2.29847208",
            "percentChange7d": "2.79498224",
            "percentChange30d": "-7.7764893",
            "percentChange60d": "-24.54350443",
            "percentChange90d": "-18.72153828",
            "cost": "292.505855607332520866",
            "costChange": "2.446914",
            "deviation": "-35.698867",
            "marketCap": "9404123107.056818",
            "marketCapRanking": 11,
            "circulatingSupply": "20006718.75",
            "circulationRate": "95.270089",
            "active": "22924",
            "newly": "22924",
            "tradeType": 2,
            "chanceCoinTradeDataV1Vos": [
                {
                    "timeRange": "m15",
                    "timeParticleEnum": 15,
                    "tradeInflow": "-22417.999600000003",
                    "tradeAmount": "68195.44840000001"
                },
                {
                    "timeRange": "m30",
                    "timeParticleEnum": 30,
                    "tradeInflow": "-30667.368100000003",
                    "tradeAmount": "107622.5285"
                },
                {
                    "timeRange": "H4",
                    "timeParticleEnum": 104,
                    "tradeInflow": "-100288.20520000004",
                    "tradeAmount": "1847100.6466"
                }
                // ... more items omitted
            ],
            "updateTime": 1773025800000,
            "pushPrice": "450.1",
            "pushMaxPrice": "475.6",
            "gains": 0.0,
            "pushMinPrice": "442.6",
            "declines": 1.666296,
            "score": 65.0,
            "scoreChange": 10.0,
            "grade": 1,
            "alpha": false,
            "fomo": false,
            "fomoEscalation": false,
            "bullishRatio": 0.5455,
            "bearishRatio": 0.0
        },
        {
            "vsTokenId": "23635",
            "symbol": "FORM",
            "price": "0.29",
            "maxPrice": "4.190275115870975",
            "minPrice": "0.14300383150589102",
            "percentChange1h": "1.00325051",
            "percentChange24h": "8.34645515",
            "percentChange7d": "0.43961778",
            "percentChange30d": "48.34304224",
            "percentChange60d": "-22.25867739",
            "percentChange90d": "0.63458821",
            "cost": "0.939513805854359157",
            "costChange": "-0.253266",
            "deviation": "218.155708",
            "marketCap": "112311811.6419909",
            "marketCapRanking": 155,
            "circulatingSupply": "381867255.144574",
            "circulationRate": "65.839182",
            "active": "164",
            "newly": "164",
            "tradeType": 2,
            "chanceCoinTradeDataV1Vos": [
                {
                    "timeRange": "m15",
                    "timeParticleEnum": 15,
                    "tradeInflow": "-70934.94349000002",
                    "tradeAmount": "132642.78527"
                },
                {
                    "timeRange": "m30",
                    "timeParticleEnum": 30,
                    "tradeInflow": "-75774.15476000002",
                    "tradeAmount": "167235.10643999997"
                },
                {
                    "timeRange": "H4",
                    "timeParticleEnum": 104,
                    "tradeInflow": "-87347.62276",
                    "tradeAmount": "371051.104"
                }
                // ... more items omitted
            ],
            "updateTime": 1773027600000,
            "pushPrice": "0.2829",
            "pushMaxPrice": "0.3109",
            "gains": 0.0,
            "pushMinPrice": "0.2627",
            "declines": 7.140332000000001,
            "score": 55.0,
            "scoreChange": 10.0,
            "grade": 1,
            "alpha": false,
            "fomo": false,
            "fomoEscalation": false,
            "bullishRatio": 0.5,
            "bearishRatio": 0.0
        }
        // ... more items omitted
    ],
    "requestId": "xxx-xxx-xxx"
}